GET api/Vessels/GenerateWeatherWindowsImage?vesselId={vesselId}&assetIds[0]={assetIds[0]}&assetIds[1]={assetIds[1]}&date={date}
Generates the weather windows image for the given vessel at the given assets on the given day. Weather windows are based on deterministic data only.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vesselId |
The ID of the vessel. |
integer |
Required |
| assetIds |
The IDs of the assets. |
Collection of integer |
Required |
| date |
The day for which weather windows should be generated. Any time component will be ignored. |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
A base-64 string representation of the image.
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>